home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / gwterm26.zip / GWT.BAT next >
DOS Batch File  |  1992-04-05  |  236b  |  7 lines

  1. ECHO OFF
  2. REM This is a sample batch file to run GWTerm using COM1 and 2400 baud.
  3. REM If you are using COM2, change the "1" below to a "2".
  4. REM If you are using a different baud rate, change the "2400" to your rate.
  5.  
  6. GWTERM 1 2400
  7.